home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / UNZIPED / DRUMMER / DRUMMER.EXE / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  1997-03-26  |  2KB  |  104 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 245
  3.   Top = 169
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 154
  8.   ClientWidth = 264
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 8
  18.     Top = 8
  19.     Width = 49
  20.     Height = 49
  21.     Center = True
  22.     Picture.Data = {<image000.ico>}
  23.   end
  24.   object lblAppName: TLabel
  25.     Left = 60
  26.     Top = 8
  27.     Width = 133
  28.     Height = 33
  29.     AutoSize = False
  30.     Caption = 'Drummer'
  31.     Font.Color = clBlack
  32.     Font.Height = -25
  33.     Font.Name = 'Arial'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     Transparent = True
  37.   end
  38.   object Label2: TLabel
  39.     Left = 8
  40.     Top = 57
  41.     Width = 249
  42.     Height = 13
  43.     AutoSize = False
  44.     Caption = 'Copyright 1997 by Alexander J. Fanti'
  45.     Transparent = True
  46.   end
  47.   object lblAppSN: TLabel
  48.     Left = 8
  49.     Top = 76
  50.     Width = 249
  51.     Height = 13
  52.     AutoSize = False
  53.     Caption = 'SN'
  54.     Transparent = True
  55.   end
  56.   object lblMessage: TLabel
  57.     Left = 8
  58.     Top = 96
  59.     Width = 249
  60.     Height = 15
  61.     AutoSize = False
  62.     Caption = 'Thank you for registering this program.'
  63.     Transparent = True
  64.     WordWrap = True
  65.   end
  66.   object lblVersion: TLabel
  67.     Left = 64
  68.     Top = 40
  69.     Width = 121
  70.     Height = 13
  71.     AutoSize = False
  72.     Caption = 'Version'
  73.   end
  74.   object btnOk: TBitBtn
  75.     Left = 197
  76.     Top = 15
  77.     Width = 60
  78.     Height = 40
  79.     TabOrder = 0
  80.     OnClick = btnOkClick
  81.     Kind = bkOK
  82.   end
  83.   object memoMessage: TMemo
  84.     Left = 7
  85.     Top = 98
  86.     Width = 247
  87.     Height = 46
  88.     Lines.Strings = (
  89.       'This is an unregistered shareware program.'
  90.       'Everything works except the MIDI export '
  91.       'capability.  Registration costs $30 and '
  92.       'basically gets you the ability to export songs '
  93.       'and patterns to a MIDI (type 0) file.'
  94.       ''
  95.       'Thank you for using this program.'
  96.       ''
  97.       'To register, contact the author at:'
  98.       'afanti@soc.umass.edu')
  99.     ScrollBars = ssVertical
  100.     TabOrder = 1
  101.     Visible = False
  102.   end
  103. end
  104.